projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e31494
)
file chooser: Don't use .search-bar for a box
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 5 Nov 2015 12:40:48 +0000
(07:40 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 5 Nov 2015 12:40:48 +0000
(07:40 -0500)
Just use the more general .view class to avoid special-casing
the file chooser in the theme.
gtk/ui/gtkfilechooserwidget.ui
patch
|
blob
|
history
diff --git
a/gtk/ui/gtkfilechooserwidget.ui
b/gtk/ui/gtkfilechooserwidget.ui
index fd289e8d2b8727bba20c9d6e04c954761a1376d9..0ddf34b3507793f3752c0258809bc5fdc75291b1 100644
(file)
--- a/
gtk/ui/gtkfilechooserwidget.ui
+++ b/
gtk/ui/gtkfilechooserwidget.ui
@@
-43,7
+43,7
@@
<property name="orientation">vertical</property>
<property name="spacing">12</property>
<style>
- <class name="
search-bar
"/>
+ <class name="
view
"/>
</style>
<child>
<object class="GtkStack" id="browse_header_stack">